home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Fmonzoom.h
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
407b
|
18 lines
#ifndef _Fmonzoom_H_
#define _Fmonzoom_H_
enum
{
MONZOOMFILTER_SCALE = 1000,
MONZOOMFILTER_OPTIMIZE = 1001,
MONZOOMFILTER_CAMERAS = 1002,
MONZOOMFILTER_LIGHTS = 1004,
MONZOOMFILTER_MODE = 1005,
MONZOOMFILTER_PHONG = 1006,
MONZOOMFILTER_PHONG_NEVER = 0,
MONZOOMFILTER_PHONG_MIN = 1,
MONZOOMFILTER_PHONG_MAX = 2,
MONZOOMFILTER_PHONG_ALWAYS = 3
};
#endif